home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Applications / Conversion / Convert_RTF / Source / djbflag.h < prev    next >
Text File  |  1993-11-06  |  357b  |  13 lines

  1. //
  2. //    Anything specific to me in this application can be turned on or off
  3. //    by setting this flag.  It should remain off, obviously, any time app
  4. //    is being compiled for someone else.
  5. //
  6. #define    ForDavidJohnBurrowesOnly    0
  7.  
  8. #if ForDavidJohnBurrowesOnly
  9.     //
  10.     //    There should be a warning and not an error!
  11.     //
  12.     #error "This is being compiled for DJB."
  13. #endif